home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / lib / tcl / local.mk < prev    next >
Encoding:
Makefile  |  1992-05-11  |  549 b   |  25 lines

  1. #
  2. # This file is included by Makefile.  Makefile is generated automatically
  3. # by mkmf, and this file provides additional local personalization.  The
  4. # variable SYSMAKEFILE is provided by Makefile;  it's a system Makefile
  5. # that must be included to set up various compilation stuff.
  6. #
  7.  
  8. TCL_LIBRARY =    /sprite/lib/tcl
  9.  
  10. CFLAGS        += -DTCL_LIBRARY=\"${TCL_LIBRARY}\"
  11.  
  12.  
  13. #include    <$(SYSMAKEFILE)>
  14.  
  15. #ifmake debug
  16. CFLAGS := $(CFLAGS:S/-O//g)
  17. CFLAGS += -DTCL_MEM_DEBUG
  18. #endif
  19.  
  20. install :: install_lib
  21.  
  22. install_lib ::
  23.     update -l -m 444 library/* /sprite/lib/tcl
  24.  
  25.